home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000340_fdc@watsun.cc.columbia.edu_Mon Aug 27 10:38:21 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  31 lines

  1. Article: 12720 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: C-Kermit 8.0b02 and Solaris 2.6 problems
  6. Date: 27 Aug 2001 14:38:08 GMT
  7. Organization: Columbia University
  8. Lines: 15
  9. Message-ID: <9mdm0g$59d$1@newsmaster.cc.columbia.edu>
  10. References: <3B89FECC.4B399D2E@intin.it> <9mdkq2$426$1@newsmaster.cc.columbia.edu>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 998923088 5421 128.59.39.2 (27 Aug 2001 14:38:08 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 27 Aug 2001 14:38:08 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12720
  16.  
  17. In article <9mdkq2$426$1@newsmaster.cc.columbia.edu>,
  18. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  19. : In article <3B89FECC.4B399D2E@intin.it>,
  20. : Massimo D'Ulisse  <mdulisse@intin.it> wrote:
  21. : : For what I'm using it, wermit works fine, except for a couple of things:
  22. : : ...
  23. : :    * during downloads, wermit tries to create temporary files in the
  24. : :      /var directory...
  25. :
  26. As Jeff said, in the absence of any definition for TMP, TEMP, CK_TEMP,
  27. or SET TEMP-DIRECTORY, C-Kermit uses /tmp.  There is no reference to
  28. "/var" anywhere in the source code.  So either TMP, TEMP, or CK-TEMP is
  29. defined to be "/var", or your /tmp directory is symlinked to /var.
  30.  
  31. - Frank